home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm1 / smdm1003.lha / SModem.bat < prev    next >
DOS Batch File  |  1996-01-27  |  467b  |  17 lines

  1. .key path
  2. .bra {
  3. .ket }
  4. failat 30
  5. Requestfile >T:Files.un DRAWER {path} TITLE "Tag files..." MULTISELECT NOICONS
  6. if warn
  7.     delete >NIL: T:Files QUIET
  8.     smodem device serial.device unit 0 baud 38400 dlpath {path} ctsrts chkcarrier overwrite
  9. else
  10.     tr <T:Files.un >T:Files
  11.     smodem device serial.device unit 0 baud 38400 dlpath {path} ctsrts chkcarrier overwrite ullist t:Files
  12. endif
  13. delete >NIL: T:Files.un QUIET
  14.  
  15.  
  16. ; Edit Smodem device blabla string to suit your needs!!!
  17.